home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / +look_here_1st!+ / handy_tools / snoopdos / snoopdos_source / snooptext.cd < prev    next >
Text File  |  1997-02-27  |  19KB  |  1,261 lines

  1. ;
  2. ;    SnoopDos 3.0 Locale Definition File            vi:ts=8
  3. ;
  4. ;    Copyright (c) Eddy Carroll, September 1994.
  5. ;
  6. ;
  7. ;    We start off with the gadget text. The key shortcut for each
  8. ;    gadget is indicated by an underscore preceding the letter.
  9. ;
  10. MSG_ZERO (//)
  11. (NULL-MSGID)
  12. ;(we use message zero as a terminator)
  13. ;
  14. MSG_PAUSE_GAD (//)
  15. _Pause
  16. ;
  17. MSG_DISABLE_GAD (//)
  18. _Disable
  19. ;
  20. MSG_HIDE_GAD (//)
  21. _Hide
  22. ;
  23. MSG_QUIT_GAD (//)
  24. _Quit
  25. ;
  26. MSG_OPENLOG_GAD (//)
  27. _Open Log...
  28. ;
  29. MSG_APPENDLOG_GAD (//)
  30. Append L_og
  31. ;
  32. MSG_STARTLOG_GAD (//)
  33. Start L_og
  34. ;
  35. MSG_SERIALLOG_GAD (//)
  36. Serial L_og
  37. ;
  38. MSG_CLOSELOG_GAD (//)
  39. _Close Log
  40. ;
  41. MSG_SAVESET_GAD (//)
  42. S_ave Settings
  43. ;
  44. MSG_FUNCTION_GAD (//)
  45. _Functions...
  46. ;
  47. MSG_SETUP_GAD (//)
  48. _Setup...
  49. ;
  50. MSG_STATUS_GAD (//)
  51. Status
  52. ;
  53. MSG_USE_GAD (//)
  54. _Use
  55. ;
  56. MSG_UNDO_GAD (//)
  57. U_ndo
  58. ;
  59. MSG_CANCEL_GAD (//)
  60. _Cancel
  61. ;
  62. ;    Gadget labels for functions window
  63. ;
  64. MSG_FUNCTION_TITLE (//)
  65. SnoopDos Functions
  66. ;
  67. MSG_SHOWFAILS_GAD (//)
  68. Only show _fails
  69. ;
  70. MSG_SHOWCLI_GAD (//)
  71. Show CL_I number
  72. ;
  73. MSG_SHOWFULLPATHS_GAD (//)
  74. Show full _paths
  75. ;
  76. MSG_USEDEVNAMES_GAD (//)
  77. Use _device names
  78. ;
  79. MSG_MONPACKETS_GAD (//)
  80. Monitor pac_kets
  81. ;
  82. MSG_MONALLPACKETS_GAD (//)
  83. Packet debu_gger
  84. ;
  85. MSG_MONROMCALLS_GAD (//)
  86. Monitor R_OM calls
  87. ;
  88. MSG_IGNOREWB_GAD (//)
  89. Ignore _Workbench/Shell
  90. ;
  91. MSG_FINDPORT_GAD (//)
  92. FindPort
  93. ;
  94. MSG_FINDRESIDENT_GAD (//)
  95. FindResident
  96. ;
  97. MSG_FINDSEMAPHORE_GAD (//)
  98. FindSemaphore
  99. ;
  100. MSG_FINDTASK_GAD (//)
  101. FindTask
  102. ;
  103. MSG_LOCKSCREEN_GAD (//)
  104. LockScreen
  105. ;
  106. MSG_OPENDEVICE_GAD (//)
  107. OpenDevice
  108. ;
  109. MSG_OPENFONT_GAD (//)
  110. OpenFont
  111. ;
  112. MSG_OPENLIBRARY_GAD (//)
  113. OpenLibrary
  114. ;
  115. MSG_OPENRESOURCE_GAD (//)
  116. OpenResource
  117. ;
  118. MSG_READTOOLTYPES_GAD (//)
  119. ReadToolTypes
  120. ;
  121. MSG_SENDREXX_GAD (//)
  122. SendRexx
  123. ;
  124. MSG_PACKET_NAME (//)
  125. DOS Packet Monitor
  126. ;
  127. MSG_CHANGEDIR_GAD (//)
  128. ChangeDir
  129. ;
  130. MSG_DELETE_GAD (//)
  131. Delete
  132. ;
  133. MSG_EXECUTE_GAD (//)
  134. Execute
  135. ;
  136. MSG_GETVAR_GAD (//)
  137. GetVar
  138. ;
  139. MSG_LOADSEG_GAD (//)
  140. LoadSeg
  141. ;
  142. MSG_LOCKFILE_GAD (//)
  143. Lock
  144. ;
  145. MSG_MAKEDIR_GAD (//)
  146. MakeDir
  147. ;
  148. MSG_MAKELINK_GAD (//)
  149. MakeLink
  150. ;
  151. MSG_OPENFILE_GAD (//)
  152. Open
  153. ;
  154. MSG_RENAME_GAD (//)
  155. Rename
  156. ;
  157. MSG_RUNCOMMAND_GAD (//)
  158. RunCommand
  159. ;
  160. MSG_SETVAR_GAD (//)
  161. SetVar
  162. ;
  163. MSG_SYSTEM_GAD (//)
  164. System
  165. ;
  166. MSG_SELSYSTEM_GAD (//)
  167. _System
  168. ;
  169. MSG_SELDOS_GAD (//)
  170. _AmigaDOS
  171. ;
  172. MSG_ALL_GAD (//)
  173. All
  174. ;
  175. MSG_NONE_GAD (//)
  176. None
  177. ;
  178. MSG_SELECTED_GAD (//)
  179. Selected
  180. ;
  181. MSG_MATCHNAME_GAD (//)
  182. _Match name
  183. ;
  184. MSG_SYSFUNCS_GAD (//)
  185. System Functions
  186. ;
  187. MSG_DOSFUNCS_GAD (//)
  188. AmigaDOS Functions
  189. ;
  190. ;    Gadget labels for setup window
  191. ;
  192. MSG_SETTINGS_TITLE (//)
  193. SnoopDos Settings
  194. ;
  195. MSG_HIDEMETHOD_GAD (//)
  196. _Hide method
  197. ;
  198. MSG_CYL_HIDE_GAD (//)
  199. Invisible
  200. ;
  201. MSG_CYL_ICONIFY_GAD (//)
  202. Iconify
  203. ;
  204. MSG_CYL_TOOLSMENU_GAD (//)
  205. Tools Menu
  206. ;
  207. MSG_CYL_NONE_GAD (//)
  208. None
  209. ;
  210. MSG_OPENON_GAD (//)
  211. Open _window on
  212. ;
  213. MSG_CYL_DEFSCREEN_GAD (//)
  214. Default Screen
  215. ;
  216. MSG_CYL_FRONTSCREEN_GAD (//)
  217. Front Screen
  218. ;
  219. MSG_CYL_NAMEDSCREEN_GAD (//)
  220. Named Screen
  221. ;
  222. MSG_LOGMODE_GAD (//)
  223. Log _mode
  224. ;
  225. MSG_CYL_PROMPT_USER_GAD (//)
  226. Prompt User
  227. ;
  228. MSG_CYL_APPEND_GAD (//)
  229. Append
  230. ;
  231. MSG_CYL_OVERWRITE_GAD (//)
  232. Overwrite
  233. ;
  234. MSG_CYL_SERIALPORT_GAD (//)
  235. Serial port
  236. ;
  237. MSG_FILEIO_GAD (//)
  238. File _I/O
  239. ;
  240. MSG_CYL_AUTOMATIC_GAD (//)
  241. Automatic
  242. ;
  243. MSG_CYL_IMMEDIATE_GAD (//)
  244. Immediate
  245. ;
  246. MSG_CYL_BUFFERED_GAD (//)
  247. Buffered
  248. ;
  249. MSG_BUFFERSIZE_GAD (//)
  250. Scroll buffe_r (Kb)
  251. ;
  252. MSG_BUFFORMAT_GAD (//)
  253. _Buffer format
  254. ;
  255. MSG_LOGFORMAT_GAD (//)
  256. _Logfile format
  257. ;
  258. MSG_HOTKEY_GAD (//)
  259. Hot_key
  260. ;
  261. MSG_SCREENNAME_GAD (//)
  262. Screen n_ame
  263. ;
  264. MSG_LOGFILE_GAD (//)
  265. L_og file
  266. ;
  267. MSG_WINDOWFONT_GAD (//)
  268. Window _font
  269. ;
  270. MSG_BUFFERFONT_GAD (//)
  271. Buffer fon_t
  272. ;
  273. ;    There are two versions of the copy label, one for proportional
  274. ;    fonts and one for fixed fonts. The one for the proportional
  275. ;    font is just Copy while the one for the fixed font has three
  276. ;    spaces after it. This makes it exactly the same length as the
  277. ;    "Edit..." string so they line up neatly (otherwise one looks
  278. ;    completely off balance). Note that we make the third space
  279. ;    explicit by saying \040 to stop them being stripped off by
  280. ;    smart editors.
  281. ;
  282. MSG_FORMATEDIT_GAD (//)
  283. _Edit...
  284. ;
  285. MSG_FORMATCOPYP_GAD (//)
  286. Co_py
  287. ;
  288. MSG_FORMATCOPYF_GAD (//)
  289. Co_py  \040
  290. ;
  291. ;    Gadget labels for Format Editor window
  292. ;
  293. MSG_FORMAT_TITLE (//)
  294. SnoopDos Format Editor
  295. ;
  296. MSG_AVAILABLE_GAD (//)
  297. Available Fields
  298. ;
  299. MSG_CURFORMAT_GAD (//)
  300. Current Format
  301. ;
  302. MSG_FIELDWIDTH_GAD (//)
  303. Field _width
  304. ;
  305. ;    Font requester stuff
  306. ;
  307. MSG_GFONT_TITLE (//)
  308. Select a new gadget font
  309. ;
  310. MSG_BFONT_TITLE (//)
  311. Select a new buffer font
  312. ;
  313. ;
  314. ;    SnoopDos menus
  315. ;    
  316. ;    For menu items, the first character is the shortcut key (or
  317. ;    just space if there isn't one) and the second character must
  318. ;    always be \0.
  319. ;
  320. ; --- Project menu ---
  321. ;
  322. MSG_PROJECT_MENU (//)
  323.  \0Project
  324. ;
  325. ;
  326. MSG_PROJECT_OPENLOG (//)
  327. N\0Open log...
  328. ;
  329. MSG_PROJECT_CLOSELOG (//)
  330. C\0Close log
  331. ;
  332. MSG_PROJECT_PAUSE (//)
  333. P\0Pause
  334. ;
  335. MSG_PROJECT_DISABLE (//)
  336. D\0Disable
  337. ;
  338. MSG_PROJECT_STEP (//)
  339. V\0Single step
  340. ;
  341. MSG_PROJECT_PRI (//)
  342.  \0Task priority
  343. ;
  344. MSG_PROJECT_PRI_A (//)
  345.  \0-5
  346. ;
  347. MSG_PROJECT_PRI_B (//)
  348.  \0-2
  349. ;
  350. MSG_PROJECT_PRI_C (//)
  351.  \0-1
  352. ;
  353. MSG_PROJECT_PRI_D (//)
  354.  \0 0
  355. ;
  356. MSG_PROJECT_PRI_E (//)
  357.  \0+1
  358. ;
  359. MSG_PROJECT_PRI_F (//)
  360.  \0+2
  361. ;
  362. MSG_PROJECT_PRI_G (//)
  363.  \0+5
  364. ;
  365. MSG_PROJECT_HELP (//)
  366. ?\0Help...
  367. ;
  368. MSG_PROJECT_ABOUT (//)
  369. !\0About...
  370. ;
  371. MSG_PROJECT_HIDE (//)
  372. H\0Hide
  373. ;
  374. MSG_PROJECT_QUIT (//)
  375. Q\0Quit
  376. ;
  377. ;
  378. ; --- Windows menu ---
  379. ;
  380. MSG_WINDOWS_MENU (//)
  381.  \0Windows
  382. ;
  383. MSG_WINDOWS_SETUP (//)
  384. E\0Show setup...
  385. ;
  386. MSG_WINDOWS_FUNCTION (//)
  387. U\0Show functions...
  388. ;
  389. MSG_WINDOWS_FORMAT (//)
  390. M\0Show format...
  391. ;
  392. MSG_WINDOWS_WIDTH (//)
  393.  \0Change window width
  394. ;
  395. MSG_WINDOWS_WIDTH_1 (//)
  396. *\0Best fit
  397. ;
  398. MSG_WINDOWS_WIDTH_2 (//)
  399. 7\0 78 columns
  400. ;
  401. MSG_WINDOWS_WIDTH_3 (//)
  402. 9\0 79 columns
  403. ;
  404. MSG_WINDOWS_WIDTH_4 (//)
  405. 8\0 80 columns
  406. ;
  407. MSG_WINDOWS_WIDTH_5 (//)
  408. 3\000130 columns
  409. ;
  410. MSG_WINDOWS_ROW_QUAL (//)
  411.  \0Row selection key
  412. ;
  413. MSG_WINDOWS_ROW_ANY (//)
  414.  \0Ignore
  415. ;
  416. MSG_WINDOWS_ROW_NONE (//)
  417.  \0None
  418. ;
  419. MSG_WINDOWS_ROW_SHIFT (//)
  420.  \0Shift
  421. ;
  422. MSG_WINDOWS_ROW_ALT (//)
  423.  \0Alt
  424. ;
  425. MSG_WINDOWS_ROW_CTRL (//)
  426.  \0Ctrl
  427. ;
  428. MSG_WINDOWS_ROW_ALL (//)
  429.  \0All
  430. ;
  431. MSG_WINDOWS_SPACING (//)
  432.  \0Text spacing
  433. ;
  434. MSG_WINDOWS_SPACING_NONE (//)
  435. 0\0None
  436. ;
  437. MSG_WINDOWS_SPACING_1P (//)
  438. 1\0001 pixel
  439. ;
  440. MSG_WINDOWS_SPACING_2P (//)
  441. 2\0002 pixels
  442. ;
  443. MSG_WINDOWS_REFRESH (//)
  444.  \0Window type
  445. ;
  446. MSG_WINDOWS_REF_SIMPLE (//)
  447.  \0Simple refresh
  448. ;
  449. MSG_WINDOWS_REF_SMART (//)
  450.  \0Smart refresh
  451. ;
  452. MSG_WINDOWS_ALIGN (//)
  453.  \0Target name
  454. ;
  455. MSG_WINDOWS_ALIGN_LEFT (//)
  456. [\0Left aligned
  457. ;
  458. MSG_WINDOWS_ALIGN_RIGHT (//)
  459. ]\0Right aligned
  460. ;
  461. MSG_WINDOWS_SHOWSTATUS (//)
  462. T\0Show status line?
  463. ;
  464. MSG_WINDOWS_SHOWGADGETS (//)
  465. G\0Show gadgets?
  466. ;
  467. MSG_WINDOWS_AUTO_OPEN (//)
  468. K\0Auto-open on output?
  469. ;
  470. MSG_WINDOWS_DISABLE_HIDDEN (//)
  471.  \0Disable when hidden?
  472. ;
  473. ;
  474. ; --- Settings menu ---
  475. ;
  476. MSG_SETTINGS_MENU (//)
  477.  \0Settings
  478. ;
  479. MSG_SETTINGS_LOAD (//)
  480. O\0Load...
  481. ;
  482. MSG_SETTINGS_SAVE (//)
  483. S\0Save
  484. ;
  485. MSG_SETTINGS_SAVEAS (//)
  486. A\0Save as...
  487. ;
  488. MSG_SETTINGS_RESETDEFAULTS (//)
  489. F\0Reset to defaults
  490. ;
  491. MSG_SETTINGS_LASTSAVED (//)
  492. L\0Last saved
  493. ;
  494. MSG_SETTINGS_RESTORE (//)
  495. R\0Restore
  496. ;
  497. MSG_SETTINGS_CREATEICONS (//)
  498. I\0Create icons?
  499. ;
  500. ; --- Buffer menu ---
  501. ;
  502. MSG_BUFFER_MENU (//)
  503.  \0Buffer
  504. ;
  505. MSG_BUFFER_COPYWIN (//)
  506. X\0Copy window to clip
  507. ;
  508. MSG_BUFFER_COPYBUF (//)
  509. Y\0Copy buffer to clip
  510. ;
  511. MSG_BUFFER_SAVEWIN (//)
  512. W\0Save window...
  513. ;
  514. MSG_BUFFER_SAVEBUF (//)
  515. B\0Save buffer...
  516. ;
  517. MSG_BUFFER_CLEARBUF (//)
  518. Z\0Clear buffer
  519. ;
  520. ;    Available column headings for SnoopDos output
  521. ;
  522. MSG_CALL_COL (//)
  523. CallAddr
  524. ;
  525. MSG_DATE_COL (//)
  526. Date
  527. ;
  528. MSG_HUNK_COL (//)
  529. Hunk:Offset
  530. ;
  531. MSG_PROCESSID_COL (//)
  532. Task ID
  533. ;
  534. MSG_SEGNAME_COL (//)
  535. Segment Name
  536. ;
  537. MSG_TIME_COL (//)
  538. Time
  539. ;
  540. MSG_COUNT_COL (//)
  541. Count
  542. ;
  543. MSG_PROCNAME_COL (//)
  544. Process Name
  545. ;
  546. MSG_ACTION_COL (//)
  547. Action
  548. ;
  549. MSG_FILENAME_COL (//)
  550. Target Name
  551. ;
  552. MSG_OPTIONS_COL (//)
  553. Options
  554. ;
  555. MSG_RESULT_COL (//)
  556. Res.
  557. ;
  558. ;    Here are the various action strings, printed for each function
  559. ;    Please keep these strings to 10 chars or less if possible.
  560. ;
  561. ;    Note that the items beginning with an * (POPEN, PLOCK, etc.) are
  562. ;    the packet versions of normal DOS functions like OPEN and LOCK.
  563. ;    These are used by things like Gnu C/ixemul.library and other software
  564. ;    that bypasses dos.library and talks directly to devices.
  565. ;
  566. MSG_ACT_FINDPORT (//)
  567. FindPort
  568. ;
  569. MSG_ACT_FINDRESIDENT (//)
  570. FindRes
  571. ;
  572. MSG_ACT_FINDSEM (//)
  573. FindSem
  574. ;
  575. MSG_ACT_FINDTASK (//)
  576. FindTask
  577. ;
  578. MSG_ACT_LOCKSCREEN (//)
  579. LockScreen
  580. ;
  581. MSG_ACT_OPENDEV (//)
  582. OpenDev
  583. ;
  584. MSG_ACT_OPENFONT (//)
  585. OpenFont
  586. ;
  587. MSG_ACT_OPENLIB (//)
  588. OpenLib
  589. ;
  590. MSG_ACT_OPENRES (//)
  591. OpenRes
  592. ;
  593. MSG_ACT_FINDTOOL (//)
  594. ToolType
  595. ;
  596. MSG_ACT_MATCHTOOL (//)
  597. ToolValue
  598. ;
  599. MSG_ACT_SENDREXX (//)
  600. SendRexx
  601. ;
  602. MSG_ACT_CHANGEDIR (//)
  603. ChangeDir
  604. ;
  605. MSG_ACT_DELETE (//)
  606. Delete
  607. ;
  608. MSG_ACT_PDELETE (//)
  609. *Delete
  610. ;
  611. MSG_ACT_EXECUTE (//)
  612. Execute
  613. ;
  614. MSG_ACT_GETVAR (//)
  615. GetVar
  616. ;
  617. MSG_ACT_FINDVAR (//)
  618. FindVar
  619. ;
  620. MSG_ACT_LOCK (//)
  621. Lock
  622. ;
  623. MSG_ACT_PLOCK (//)
  624. *Lock
  625. ;
  626. MSG_ACT_LOADSEG (//)
  627. Load
  628. ;
  629. MSG_ACT_NEWLOADSEG (//)
  630. NewLoad
  631. ;
  632. MSG_ACT_MAKEDIR (//)
  633. MakeDir
  634. ;
  635. MSG_ACT_PMAKEDIR (//)
  636. *MakeDir
  637. ;
  638. MSG_ACT_MAKELINK (//)
  639. MakeLink
  640. ;
  641. MSG_ACT_PMAKELINK (//)
  642. *MakeLink
  643. ;
  644. MSG_ACT_OPEN (//)
  645. Open
  646. ;
  647. MSG_ACT_POPEN (//)
  648. *Open
  649. ;
  650. MSG_ACT_RENAME (//)
  651. Rename
  652. ;
  653. MSG_ACT_PRENAME (//)
  654. *Rename
  655. ;
  656. MSG_ACT_RENAME2 (//)
  657. to -->
  658. ;
  659. MSG_ACT_PRENAME2 (//)
  660. *to -->
  661. ;
  662. MSG_ACT_RUNCOMMAND (//)
  663. RunCommand
  664. ;
  665. MSG_ACT_SETVAR (//)
  666. SetVar
  667. ;
  668. MSG_ACT_KILLVAR (//)
  669. KillVar
  670. ;
  671. MSG_ACT_SYSTEM (//)
  672. System
  673. ;
  674. ;    Next, a big list of all the names we use for raw packet monitoring.
  675. ;    These are simply abbreviated versions of the names found in the
  676. ;    dos/dosextens.h include file.
  677. ;
  678. ;    We show all packets in capitals and prefixed with a # to make
  679. ;    them stand out in our output
  680. ;
  681. MSG_ACT_STARTUP (//)
  682. #STARTUP
  683. ;
  684. MSG_ACT_GET_BLOCK (//)
  685. #GET_BLOCK
  686. ;
  687. MSG_ACT_SET_MAP (//)
  688. #SET_MAP
  689. ;
  690. MSG_ACT_DIE (//)
  691. #DIE
  692. ;
  693. MSG_ACT_EVENT (//)
  694. #EVENT
  695. ;
  696. MSG_ACT_CURRENT_VOLUME (//)
  697. #CUR_VOLUME
  698. ;
  699. MSG_ACT_LOCATE_OBJECT (//)
  700. #LOC_OBJECT
  701. ;
  702. MSG_ACT_RENAME_DISK (//)
  703. #REN_DISK
  704. ;
  705. MSG_ACT_FREE_LOCK (//)
  706. #FREE_LOCK
  707. ;
  708. MSG_ACT_DELETE_OBJECT (//)
  709. #DEL_OBJECT
  710. ;
  711. MSG_ACT_RENAME_OBJECT (//)
  712. #REN_OBJECT
  713. ;
  714. MSG_ACT_MORE_CACHE (//)
  715. #MORE_CACHE
  716. ;
  717. MSG_ACT_COPY_DIR (//)
  718. #COPY_DIR
  719. ;
  720. MSG_ACT_WAIT_CHAR (//)
  721. #WAIT_CHAR
  722. ;
  723. MSG_ACT_SET_PROTECT (//)
  724. #SET_PROTECT
  725. ;
  726. MSG_ACT_CREATE_DIR (//)
  727. #CREATE_DIR
  728. ;
  729. MSG_ACT_EXAMINE_OBJECT (//)
  730. #EXAM_OBJECT
  731. ;
  732. MSG_ACT_EXAMINE_NEXT (//)
  733. #EXAM_NEXT
  734. ;
  735. MSG_ACT_DISK_INFO (//)
  736. #DISK_INFO
  737. ;
  738. MSG_ACT_INFO (//)
  739. #INFO
  740. ;
  741. MSG_ACT_FLUSH (//)
  742. #FLUSH
  743. ;
  744. MSG_ACT_SET_COMMENT (//)
  745. #SET_COMMENT
  746. ;
  747. MSG_ACT_PARENT (//)
  748. #PARENT
  749. ;
  750. MSG_ACT_TIMER (//)
  751. #TIMER
  752. ;
  753. MSG_ACT_INHIBIT (//)
  754. #INHIBIT
  755. ;
  756. MSG_ACT_DISK_TYPE (//)
  757. #DISK_TYPE
  758. ;
  759. MSG_ACT_DISK_CHANGE (//)
  760. #DISK_CHANGE
  761. ;
  762. MSG_ACT_SET_DATE (//)
  763. #SET_DATE
  764. ;
  765. MSG_ACT_SAME_LOCK (//)
  766. #SAME_LOCK
  767. ;
  768. MSG_ACT_READ (//)
  769. #READ
  770. ;
  771. MSG_ACT_WRITE (//)
  772. #WRITE
  773. ;
  774. MSG_ACT_SCREEN_MODE (//)
  775. #SCREEN_MODE
  776. ;
  777. MSG_ACT_CHANGE_SIGNAL (//)
  778. #CHANGE_SIG
  779. ;
  780. MSG_ACT_READ_RETURN (//)
  781. #READ_RET
  782. ;
  783. MSG_ACT_WRITE_RETURN (//)
  784. #WRITE_RET
  785. ;
  786. MSG_ACT_FINDUPDATE (//)
  787. #FINDUPDATE
  788. ;
  789. MSG_ACT_FINDINPUT (//)
  790. #FINDINPUT
  791. ;
  792. MSG_ACT_FINDOUTPUT (//)
  793. #FINDOUTPUT
  794. ;
  795. MSG_ACT_END (//)
  796. #END
  797. ;
  798. MSG_ACT_SEEK (//)
  799. #SEEK
  800. ;
  801. MSG_ACT_FORMAT (//)
  802. #FORMAT
  803. ;
  804. MSG_ACT_MAKE_LINK (//)
  805. #MAKE_LINK
  806. ;
  807. MSG_ACT_SET_FILE_SIZE (//)
  808. #SET_FILE_SIZE
  809. ;
  810. MSG_ACT_WRITE_PROTECT (//)
  811. #WRITE_PROTECT
  812. ;
  813. MSG_ACT_READ_LINK (//)
  814. #READ_LINK
  815. ;
  816. MSG_ACT_FH_FROM_LOCK (//)
  817. #FH_FROM_LOCK
  818. ;
  819. MSG_ACT_IS_FILESYSTEM (//)
  820. #IS_FILESYSTEM
  821. ;
  822. MSG_ACT_CHANGE_MODE (//)
  823. #CHANGE_MODE
  824. ;
  825. MSG_ACT_COPY_DIR_FH (//)
  826. #COPY_DIR_FH
  827. ;
  828. MSG_ACT_PARENT_FH (//)
  829. #PARENT_FH
  830. ;
  831. MSG_ACT_EXAMINE_ALL (//)
  832. #EXAM_ALL
  833. ;
  834. MSG_ACT_EXAMINE_FH (//)
  835. #EXAM_FH
  836. ;
  837. MSG_ACT_EXAMINE_ALL_END (//)
  838. #EXAM_ALL_END
  839. ;
  840. MSG_ACT_SET_OWNER (//)
  841. #SET_OWNER
  842. ;
  843. MSG_ACT_DOUBLE (//)
  844. #DOUBLE
  845. ;
  846. MSG_ACT_FORCE (//)
  847. #FORCE
  848. ;
  849. MSG_ACT_STACK (//)
  850. #STACK
  851. ;
  852. MSG_ACT_QUEUE (//)
  853. #QUEUE
  854. ;
  855. MSG_ACT_DROP (//)
  856. #DROP
  857. ;
  858. MSG_ACT_LOCK_RECORD (//)
  859. #LOCK_RECORD
  860. ;
  861. MSG_ACT_FREE_RECORD (//)
  862. #FREE_RECORD
  863. ;
  864. MSG_ACT_ADD_NOTIFY (//)
  865. #ADD_NOTIFY
  866. ;
  867. MSG_ACT_REMOVE_NOTIFY (//)
  868. #REMOVE_NOTIFY
  869. ;
  870. MSG_ACT_SERIALIZE_DISK (//)
  871. #SERIALISE_DISK
  872. ;
  873. MSG_ACT_GET_DISK_FSSM (//)
  874. #GET_DISK_FSSM
  875. ;
  876. MSG_ACT_FREE_DISK_FSSM (//)
  877. #FREE_DISK_FSSM
  878. ;
  879. MSG_ACT_RAWPACKET (//)
  880. #(%ld)
  881. ;
  882. ;    Now the various fixed strings we output to the display window
  883. ;
  884. ;    Please try and keep result strings to 4 chars or less and
  885. ;    option strings to 7 chars or less if possible. Also, for
  886. ;    several different options associated with a single function,
  887. ;    it is a good idea to make each option a different length since
  888. ;    this will make it easier to distinguish between multiple
  889. ;    events of the same type in the output display.
  890. ;
  891. MSG_RES_OKAY (//)
  892. OK
  893. ;
  894. MSG_RES_FAIL (//)
  895. Fail
  896. ;
  897. MSG_RES_PAUSE (//)
  898. WAIT
  899. ;
  900. MSG_RES_MISSED (//)
  901. Missed
  902. ;
  903. ;
  904. ;    The null string is used for certain functions that
  905. ;    can have a NULL string passed to them (whether by
  906. ;    accident or design)
  907. ;
  908. MSG_NULLSTR (//)
  909. <NULL>
  910. ;
  911. ;    Now the various option fields
  912. ;
  913. MSG_OPT_UNKNOWN (//)
  914. Unknown
  915. ;
  916. MSG_OPT_READ (//)
  917. Read
  918. ;
  919. MSG_OPT_WRITE (//)
  920. Write
  921. ;
  922. MSG_OPT_READBAD (//)
  923. Read???
  924. ;
  925. MSG_OPT_MODIFY (//)
  926. Modify
  927. ;
  928. MSG_OPT_LIBVER (//)
  929. Ver %ld
  930. ;
  931. MSG_OPT_DEVUNIT (//)
  932. Unit %ld
  933. ;
  934. MSG_OPT_FONTSIZE (//)
  935. Size %ld
  936. ;
  937. MSG_OPT_SOFTLINK (//)
  938. Soft
  939. ;
  940. MSG_OPT_HARDLINK (//)
  941. Hard
  942. ;
  943. MSG_OPT_LOCAL (//)
  944. Local
  945. ;
  946. MSG_OPT_ALIAS (//)
  947. Alias
  948. ;
  949. MSG_OPT_GLOBAL (//)
  950. Global
  951. ;
  952. MSG_OPT_ANY (//)
  953. Any
  954. ;
  955. MSG_OPT_EXECSINGLE (//)
  956. Single
  957. ;
  958. MSG_OPT_EXECBATCH (//)
  959. Batch
  960. ;
  961. MSG_SEG_MODULE_NOT_FOUND (//)
  962. Module not found
  963. ;
  964. ;
  965. ;    Now some ASL requester window messages
  966. ;
  967. MSG_ASL_LOADCONFIG (//)
  968. Load settings file
  969. ;
  970. MSG_ASL_SAVECONFIG (//)
  971. Save settings file
  972. ;
  973. MSG_ASL_DEFLOGNAME (//)
  974. Select default log file or device
  975. ;
  976. MSG_ASL_NEWLOGNAME (//)
  977. Select new log file or device
  978. ;
  979. MSG_ASL_SAVEWINDOW (//)
  980. Save window contents as...
  981. ;
  982. MSG_ASL_SAVEBUFFER (//)
  983. Save buffer contents as...
  984. ;
  985. ;    Next, some common error messages
  986. ;
  987. MSG_ERROR_OPENSET (//)
  988. Error opening Settings window!
  989. ;
  990. MSG_ERROR_OPENFUNC (//)
  991. Error opening Functions window!
  992. ;
  993. MSG_ERROR_OPENMAIN (//)
  994. Error opening main window!
  995. ;
  996. MSG_ERROR_NOBUFMEM (//)
  997. Couldn't allocate %ldK\n\
  998. of memory for new buffer\n\
  999. (this is impossible!)
  1000. ;
  1001. MSG_ERROR_INITPATCHES (//)
  1002. Fatal error: couldn't install system patches.
  1003. ;
  1004. MSG_ERROR_OPENFORMAT (//)
  1005. Error opening format editor window!
  1006. ;
  1007. MSG_ERROR_CREATEMENUS (//)
  1008. Error creating menus!
  1009. ;
  1010. MSG_ERROR_INITGUI (//)
  1011. Error initialising user interface!
  1012. ;
  1013. MSG_ERROR_RESIZE (//)
  1014. Error recreating gadgets after resize!
  1015. ;
  1016. MSG_ERROR_OPENFONT (//)
  1017. Error opening font requester!
  1018. ;
  1019. MSG_ERROR_OPENFILEREQ (//)
  1020. Error opening file requester!
  1021. ;
  1022. MSG_ERROR_SAVING_SETTINGS (//)
  1023. Error saving settings\n\
  1024. file %s
  1025. ;
  1026. MSG_ERROR_LOADING_SETTINGS (//)
  1027. File %s is not a valid\n\
  1028. SnoopDos settings file.
  1029. ;
  1030. MSG_ERROR_SAVING_BUFFER (//)
  1031. Error saving buffer contents to\n\
  1032. file %s!
  1033. ;
  1034. MSG_ERROR_SAVING_WINDOW (//)
  1035. Error saving window contents to\n\
  1036. file %s!
  1037. ;
  1038. MSG_ERROR_UNPATCH (//)
  1039. Warning: another application is still executing\n\
  1040. the \"%s\" system function. I won't be able\n\
  1041. to fully quit until that application exits, but\n\
  1042. I won't bother you with any more requesters.
  1043. ;
  1044. MSG_ERROR_NO_DISKFONT (//)
  1045. Error opening diskfont.library!\n\
  1046. \n\
  1047. File and font requesters will be\n\
  1048. unavailable until diskfont.library\n\
  1049. is installed.
  1050. ;
  1051. MSG_ERROR_NO_ASL (//)
  1052. Error opening asl.library!\n\
  1053. \n\
  1054. File and font requesters will be\n\
  1055. unavailable until asl.library is\n\
  1056. installed.
  1057. ;
  1058. MSG_ERROR_OKAY (//)
  1059. Okay
  1060. ;
  1061. MSG_ERROR_CANCEL (//)
  1062. Cancel
  1063. ;
  1064. MSG_ERROR_STARTLOG (//)
  1065. Error opening log file\n\
  1066. %s
  1067. ;
  1068. MSG_ERROR_NO_SCREEN (//)
  1069. Can't find a screen for SnoopDos to open on!
  1070. ;
  1071. MSG_ERROR_FONT_PROPORTIONAL (//)
  1072. Only fixed width fonts may be\n\
  1073. chosen for the buffer display.
  1074. ;
  1075. MSG_ERROR_COPY_WIN_TO_CLIP (//)
  1076. Error copying window to clipboard!
  1077. ;
  1078. MSG_ERROR_COPY_ALL_TO_CLIP (//)
  1079. Error copying buffer to clipboard!
  1080. ;
  1081. MSG_REQ_FILE_EXISTS (//)
  1082. Warning: File %s already exists.
  1083. ;
  1084. MSG_REQ_APPEND_OVERWRITE_CANCEL (//)
  1085. Append|Overwrite|Cancel
  1086. ;
  1087. MSG_ERROR_CLI_NOPARAM (//)
  1088. %s: Command requires a parameter.\n
  1089. ;
  1090. MSG_ERROR_CLI_FAILED (//)
  1091. %s: Command failed.\n
  1092. ;
  1093. MSG_ERROR_CLI_UNKNOWN (//)
  1094. %s: Unknown SnoopDos command.\n 
  1095. ;
  1096. MSG_CLI_USAGE (//)
  1097. %s. Monitors DOS and System activity.\n\
  1098. Usage: %s [SETTINGS=filename] [LANGUAGE=filename] [HELP] commands ...\n
  1099. ;
  1100. MSG_CLI_HELPBANNER (//)
  1101. SnoopDos understands the following commands. Those marked * need a parameter.\n\
  1102. Most other commands can be prefixed by the word NO to reverse their effect.\n\
  1103. For additional AmigaGuide help on any command, type SNOOPDOS HELP <cmdname>.\n\n
  1104. ;
  1105. ;    Settings erros
  1106. ;
  1107. MSG_CMD_UNKNOWN (//)
  1108. Unknown command: %s\n
  1109. ;
  1110. MSG_CMD_FAIL (//)
  1111. Command failed: %s\n
  1112. ;
  1113. MSG_CMD_NOPARAM (//)
  1114. Missing parameter: %s\n
  1115. ;
  1116. MSG_CMD_HEADER (//)
  1117. Enter SnoopDos command, EXIT to exit, or '?' for a command list.\n
  1118. ;
  1119. MSG_CMD_PROMPT (//)
  1120. SnoopDos>\040
  1121. ;
  1122. ;
  1123. ;
  1124. ;    Now a few status line messages
  1125. ;
  1126. MSG_STATUS_NORMAL (//)
  1127. Monitoring system activity
  1128. ;
  1129. MSG_STATUS_PAUSED (//)
  1130. Paused at %ld:%02ld %s
  1131. ;
  1132. MSG_STATUS_DISABLED (//)
  1133. Disabled at %ld:%02ld %s
  1134. ;
  1135. MSG_STATUS_LOGFILE (//)
  1136. Logging to file %s
  1137. ;
  1138. MSG_STATUS_LOGDEVICE (//)
  1139. Logging to device %s
  1140. ;
  1141. MSG_STATUS_LOGDEBUG (//)
  1142. Logging to serial port debugger
  1143. ;
  1144. MSG_STATUS_SAVESET (//)
  1145. Saving settings to %s
  1146. ;
  1147. MSG_STATUS_LOADSET (//)
  1148. Loading settings from %s
  1149. ;
  1150. ;    These messages are output to the logfile
  1151. ;
  1152. MSG_LOG_START (//)
  1153. \nSnoopDos logging started on %s, %s at %s\n\n
  1154. ;
  1155. MSG_LOG_STOP (//)
  1156. \nClosed SnoopDos log at %s\n
  1157. ;
  1158. ;    For these two log messages, try and ensure the %s's are visually
  1159. ;    lined up if possible; it makes things look better in the output
  1160. ;    file, since they almost always occur in pairs.
  1161. ;
  1162. MSG_LOG_DISABLED (//)
  1163. SnoopDos disabled at %s\n
  1164. ;
  1165. MSG_LOG_ENABLED (//)
  1166. SnoopDos enabled  at %s\n
  1167. ;
  1168. ;
  1169. ;    AmigaGuide stuff
  1170. ;
  1171. MSG_ERROR_NO_AMIGAGUIDE (//)
  1172. Can't open amigaguide.library v34.\n\
  1173. Thus, no help is available.
  1174. ;
  1175. MSG_ERROR_CREATE_AMIGAGUIDE (//)
  1176. Unexpected error while accessing AmigaGuide.\n\
  1177. No help is available at this time.
  1178. ;
  1179. MSG_ERROR_AGUIDE_GENERIC (//)
  1180. AmigaGuide error:\n\
  1181. %s
  1182. ;
  1183. MSG_ERROR_AGUIDE_CANT_OPEN (//)
  1184. Can't open help file %s. If you\n\
  1185. want online help to be available, copy that\n\
  1186. file to the directory HELP:ENGLISH.
  1187. ;
  1188. ;    Now we have the name of the helpfile itself, followed by
  1189. ;    the various links. Note that the LINK keyword should not
  1190. ;    be modified, though the name of the target can be.
  1191. ;
  1192. MSG_HELPFILE_NAME (//)
  1193. SnoopDos.guide
  1194. ;
  1195. MSG_LINK_MAIN (//)
  1196. LINK MAIN
  1197. ;
  1198. MSG_LINK_MAINWIN (//)
  1199. LINK MainWindow
  1200. ;
  1201. MSG_LINK_FUNCWIN (//)
  1202. LINK FunctionWindow
  1203. ;
  1204. MSG_LINK_SETUPWIN (//)
  1205. LINK SettingsWindow
  1206. ;
  1207. MSG_LINK_FORMATWIN (//)
  1208. LINK FormatEditor
  1209. ;    
  1210. MSG_LINK_MENU_PROJECT (//)
  1211. LINK Menu_Project
  1212. ;
  1213. MSG_LINK_MENU_WINDOW (//)
  1214. LINK Menu_Windows
  1215. ;
  1216. MSG_LINK_MENU_SETTINGS (//)
  1217. LINK Menu_Settings
  1218. ;
  1219. MSG_LINK_MENU_BUFFER (//)
  1220. LINK Menu_Buffer
  1221. ;
  1222. ;    This is the description string for the Commodities Exchange
  1223. ;
  1224. MSG_COMMODITY_DESC (//)
  1225. AmigaDOS and System monitor
  1226. ;
  1227. ;
  1228. ;    This is displayed in the titlebar when the hotkey is invalid
  1229. ;    or completely disabled.
  1230. ;
  1231. MSG_INVALID_HOTKEY (//)
  1232. invalid
  1233. ;
  1234. ;    This is the entry in the Tools menu for SnoopDos when hidden
  1235. ;
  1236. MSG_APPMENU_NAME (//)
  1237. Show SnoopDos
  1238. ;
  1239. ;    And finally...
  1240. ;
  1241. MSG_ABOUT_SNOOPDOS (//)
  1242. %s\n\
  1243. \n\
  1244. Author: Eddy Carroll (ecarroll@maths.tcd.ie)\n\
  1245. \n\
  1246. ARexx port name: %s\n\
  1247. \n\
  1248. This release of SnoopDos may be freely distributed.\n\
  1249. It may not be commercially distributed without the\n\
  1250. explicit permission of the author. See the docs for\n\
  1251. more details.\n\
  1252. \n\
  1253. Full source code is available from any Aminet site\n\
  1254. as /pub/aminet/util/moni/snoopdos30_src.lha.
  1255. ;
  1256. ;
  1257. ;    Now the final message -- please ensure this label is ALWAYS last
  1258. ;
  1259. NUM_OF_MSGS (//)
  1260. (end)
  1261.